home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / STARMAP.DIR / 00013_Script_13 < prev    next >
Text File  |  1995-11-16  |  306b  |  18 lines

  1. on exitFrame
  2.   showHiliteNS
  3.   go to the frame
  4. end exitFrame
  5.  
  6. on idle
  7. --  showHilite
  8. --  pass
  9. end idle
  10.  
  11. on enterFrame
  12.   global gFirsChan, gLastChan,gCurrList,gNS
  13.   if firstTimeInFrame() then
  14.     set gCurrList to gNS
  15.     put 5 into gFirsChan
  16.     put 21 into gLastChan
  17.   end if
  18. end enterFrame